home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Oct 90 / MacApp.Tech$ 10⁄26⁄90 / 2247-UGridView-Oct90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  30 lines  |  [TEXT/GEOL]

  1. Item    2322046                         25-Oct-90        09:30DST
  2.  
  3. From:   UK0320                          Desktop Communications Ltd,BVC
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    UGridView
  8.  
  9.  
  10. To quote, "the UGridView module is to provide the view that goes 'on top' of a
  11. list or grid framework. UGridView knows nothing about the underlying cell
  12. contents...". This unit is good as far as it goes but the inability to
  13. associate any data with a cell does complicate its use. I have used the
  14. standard List Manager to store the "underlying cell contents" (mapping a 'Cell'
  15. to a 'GridCell'). The cell data is stored and retrieved using LSetCell() and
  16. LGetCell(). This means that I have to use the List Manager - something I hoped
  17. I could avoid by using MacApp ! If only TGridView had methods corresponding to
  18. LSet/GetCell()... If only UGridView had been written to implement a grid of
  19. objects (objects ? yes ! objects as in OBJECT-oriented programming...). I could
  20. then sub-class the cell objects. Perhaps this could be a future enhancement to
  21. the module ?
  22.  
  23. To quote again, "that which does not kill me makes me stronger..." and he
  24. didn't know about MacApp !!!
  25.  
  26. Regards,
  27. Royston Brook
  28. Desktop Communications.
  29.  
  30.